Part (A):
Develop an asp.net page that displays a list of options with check boxes (Use CheckBoxList web control). On clicking a button (web control) the page displays the selected options in a label control.
Part (B):
Develop a page that displays two text boxes and a button web control. The textboxes are used to capture number of rows and number of columns from user.
- On clicking button, generate a table with r rows and c columns. In each cell display row,col values.
- Optionally add features of border and image in each cell.
Part (C):
Develop a web form that records all page processing events in a list box.